This web method returns a list of all the addresses setup in the system, the ids returned by this are used by a number of other web methods.
Method | /ProCloudWS.asmx/AddressesGetByProvider |
This web method returns a list of all the addresses setup in the system, the ids returned by this are used by a number of other web methods.
The request body is of type AddressesGetByProvider.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
|
The response body is of type AddressesGetByProviderResponse.
Name | Description | Data Type |
---|---|---|
AddressesGetByProviderResult | objAddressesGetByProviderReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objAddressesGetByProviderReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""> <AddressesGetByProvider> <AddressID>-1</AddressID> <AddressString>All Addresses</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163658</AddressID> <AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163798</AddressID> <AddressString>3, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163672</AddressID> <AddressString>3, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163648</AddressID> <AddressString>3, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163677</AddressID> <AddressString>Builing 3, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163657</AddressID> <AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163673</AddressID> <AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163656</AddressID> <AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163695</AddressID> <AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163696</AddressID> <AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163659</AddressID> <AddressString>Unit 3, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> <AddressesGetByProvider> <AddressID>163653</AddressID> <AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString> </AddressesGetByProvider> </NewDataSet> </xmlDataSet> </objAddressesGetByProviderReturn>